home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / twutil10.zip / CIMIT.BAT < prev    next >
DOS Batch File  |  1992-01-24  |  200b  |  7 lines

  1. REM A batch file to download CIM information from TW2002.
  2. if "%1" == "" goto wrong
  3. autocim c:\telecom\tradewars\mygame\%1
  4. goto end
  5. :wrong
  6. echo You must include the filename as an argument.
  7. :end